home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc1_2_x
/
fretext1.sit
/
Free Text Help_Services v1.01
/
card_25731.txt
< prev
next >
Wrap
Text File
|
1990-04-13
|
1KB
|
29 lines
-- card: 25731 from stack: in.01
-- bmap block id: 0
-- flags: 0000
-- background id: 3166
-- name:
-- part contents for background part 1
----- text -----
* function to fill a subset so that the entire database is in the
* valid region:
*
* ("FILLSUBSET", subsetHandle)
* -- returns quietly with nothing if it successfully sets all bits
* in the subset flag array to one; beeps and gives an error msg
* if failure...
*
* function to produce the index window display and associated info
*
* ("INDEX", wordNum, indexLines, maxIndexSampleCount, indexCountWidth,
* indexKeyWidth, keyFileRefNum, ptrFileRefNum, subsetHandle)
* -- returns with indexLines of index window display, followed by
* indexLines of instanceNums. The index lines are:
* indexCountWidth columns of occurrence count info (right-justified),
* a blank column, and indexKeyWidth columns of keyWord (in all
* caps, left-justified). Demand that indexCountWidth be at least
* 5, to allow for subindex count display, and that indexKeyWidth
* be in the range 1 through KEY_LENGTH = 28 ...
*